Motion.GetGroupParameter method

Gets the value of a parameter from an axis group. The returned value has to be converted to double if necessary. The parameters are defined in McGroupParameter.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<double> GetGroupParameter(
       int Index,
       McGroupParameter ParameterNumber
)
Public Function GetGroupParameter(
       Index As Integer,
       ParameterNumber As McGroupParameter
) As KsReturn(Of Double)

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

 

ParameterNumber [in]

Type: McGroupParameter

A parameter from McGroupParameter.

Return value

Type: KsReturn<double>

Returns a KsError code and a double value.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace